PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DProjection Class / setOrthoScaleStrategy Method
A PDF3DProjectionOrthoScaleStrategy enum member that represents strategy for binding (scaling to fit) the near plane's x and y coordinates onto the annotation's target coordinate system.
In This Topic
    setOrthoScaleStrategy Method
    In This Topic
    Sets the ortographic scale strategy.
    Syntax
    public void setOrthoScaleStrategy( 
       PDF3DProjectionOrthoScaleStrategy orthoScaleStrategy
    )

    Parameters

    orthoScaleStrategy
    A PDF3DProjectionOrthoScaleStrategy enum member that represents strategy for binding (scaling to fit) the near plane's x and y coordinates onto the annotation's target coordinate system.
    See Also